× Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8 Lesson 9 Lesson 10 Lesson 11 Lesson 12 Lesson 13 Lesson 14 Lesson 15 Lesson 16 Lesson 17 Lesson 18 Lesson 19 Lesson 20 Lesson 21 Lesson 22 Lesson 23 Lesson 24 Lesson 25 Mini Lesson 1 Mini Lesson 2 Mini Lesson 3 Mini Lesson 4 Mini Lesson 5

Lessons

Lesson 25 - Tkinter

Tkinter is one of my personal favorite modules, mainly because you can actual make a GUI, graphic user interface, with it, which we haven't been able to do so far in this course. When I first tried out this package I was excited from the thought that I can finally do more than just run a program, instead I can properly interact with it!

First, we are going to have to import the module:

from tkinter import tkinter